Zennolab.CommandCenter
CaptchaRecognition(Instance,String,String[],String) Method
See Also  Send Feedback
Zennolab.CommandCenter Namespace > ZennoPoster Class > CaptchaRecognition Method : CaptchaRecognition(Instance,String,String[],String) Method
instance

Type: Zennolab.CommandCenter.Instance

The instance in that contains the CAPTCHA.

dllName

Type: System.String

The path to DLL library.

captchas64Str

Type: System.String[]

An array of captures an array of strings.

parameters

Type: System.String

The recognition parameters.

Recognizes the captcha through the specified DLL library.

Syntax

C# 
public static string CaptchaRecognition( 
   Instance instance,
   string dllName,
   string[] captchas64Str,
   string parameters
)

Parameters

instance

Type: Zennolab.CommandCenter.Instance

The instance in that contains the CAPTCHA.

dllName

Type: System.String

The path to DLL library.

captchas64Str

Type: System.String[]

An array of captures an array of strings.

parameters

Type: System.String

The recognition parameters.

Return Value

Type: System.String

The recognition result.

Example

The following code example demonstrates uses of the CaptchaRecognition method.

Requirements

Target Platforms: Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2011 All Rights Reserved.